runtime/internal/atomic.Uintptr.value (field)
8 uses
	runtime/internal/atomic (current package)
		types.go#L352: 	value  uintptr
		types.go#L359: 	return Loaduintptr(&u.value)
		types.go#L372: 	return LoadAcquintptr(&u.value)
		types.go#L379: 	Storeuintptr(&u.value, value)
		types.go#L392: 	StoreReluintptr(&u.value, value)
		types.go#L401: 	return Casuintptr(&u.value, old, new)
		types.go#L409: 	return Xchguintptr(&u.value, value)
		types.go#L420: 	return Xadduintptr(&u.value, delta)
![]()  | 
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |